Welcome![Sign In][Sign Up]
Location:
Search - MFC t

Search list

[Hook apiHookImport_src

Description: Enclosed is MFC source code for a function which can be used to hook any imported function call which your application makes. Since most of the Win32 API is implemented using import functions in dlls, this means that you hook Win32 API calls. This is useful when for example you want to be called for every call to the file system (::CreateFile() & CloseHandle()) which your app makes. This example of hooking the file system calls your app makes could form the basis of code to ensure you do not have any handle leaks in your application. You could also use this code to spy on COM port activity in remote processes by injecting the DLL into the remote process. -MFC source code for a function w hich can be used to hook any imported function ca ll which makes your application. Since most of t he Win32 API is implemented using import functi ons in dlls. this means that you hook Win32 API calls. This is for example useful when you want to be called for every call to the file system (: : CreateFile ()
Platform: | Size: 6144 | Author: l | Hits:

[Graph DrawingTracter1

Description: MFC中Track类的使用,代替异或笔实现橡皮条图形-MFC Track category of use, or replace the T-rubber realization of graphics
Platform: | Size: 1943552 | Author: 郭建伟 | Hits:

[OtherfullScreen_program

Description: 为MFC应用程序添加全屏幕显示功能 部分代码: 成员变量: BOOL m_bFullScreen //全屏幕显示标志 CRect m_FullScreenWindowRect //全屏幕显示窗口Rect WINDOWPLACEMENT m_wpPrev //用于保存正常视图时的窗口位置信息 CToolBar * m_wndFullScreenBar //全屏幕显示时的浮动工具条 成员函数: void OnMenuFullscreen() //全屏幕显示的处理函数 void OnGetMinMaxInfo() //捕获WM_GETMINMAXINFO消息以便允许你增加窗口大小 void OnUpdateViewFullScreen() //更新“全屏幕显示”菜单的状态 省略-MFC applications to add full-screen display of code : member variables : BOOL m_bFullScreen// Full screen display signs CRect m_FullScr eenWindowRect// Full screen display window Rect WINDOWPLACEMEN T m_wpPrev// View for the preservation of the normal window of information CToolBar* m_wn dFullScreenBar// full-screen display of floating tool for members of the function : OnMenuFullscreen void ()// Full screen showed that the processing function void On GetMinMaxInfo ()// catch information to allow WM_GETMINMAXINFO Xu you increase the window size void OnUpdateViewFullScreen ()// updated "Full screen shows that the" state of the menu omitted.
Platform: | Size: 4096 | Author: a | Hits:

[Hook apiWinRARZIP

Description: 实现令人满意的风格统一的软件界面确实很难, 象网友提到的MessageBox、FileDialog、FontDialog、目录选择对话框等MFC内部甚至系统DLL内的对话框,要想让它变脸可不容易。有人说HOOK技术可以,HOOK技术确实可以,HOOK可以说是无孔不入,但HOOK的使用效率却是令人难以满意的,从目前大多数采HOOK技术的换肤软件使用情况来看,完全可以证明这一点。今天我们将讨论另外一技术来实现FileDialog的变脸,这种技术叫替换窗口过程法(注:本人杜撰)。   窗口过程函数是大多窗口都有的,它处理窗口中(包括子窗口)的每一个事件,替换窗口过程法与HOOK技术比起来孰强誰弱是很显然的,因为同一个HOOK只能拦截一个事件,处理起来相当费时,HOOK也有它的优势,但不是本文要讨论的。这里先让大家眼见为实,请看下图:-achieve satisfactory style reunification of the software interface is difficult. As netizen's MessageBox, FileDialog, FontDialog. Contents dialog, and other internal MFC DLL system even within the dialog box, in order to allow it faces no easy thing. Some say HOOK technology, the technology can really HOOK, HOOK can be said to be all-pervasive. However, the efficient use HOOK is unsatisfactory. from the most current mining technology HOOK skinnable software situation, we can prove this point. Today, we will discuss other technologies to achieve a FileDialog of independence, This technique called window replacement process (Note : I invented). Process window function is mostly window is the window handle it (including sub-window) per one incident, window replacement process of law and t
Platform: | Size: 759808 | Author: 孙乾坤 | Hits:

[Software EngineeringSCADA

Description: This text surrounds the development of the electric power SCADA system exactly, aiming at the present condition of the our country electric power charged barbed wire net currently, according to the oneself at the e- lectric power protect the profession after the electricity in seven years of development, design and adjust to try the experience on the scene from following severals carry on the treatise:Is the emergence to the system of SC- ADA and developments to introduce first Carry on the introduction elucidation to applied present condition and the development foregrounds of various terminal equipments communication agreement(rules invite) the next in order Then is the elucidation to the windows the bottom according to the mfc the plait distance environment an- d VC++6.0 plait distance softwares Carry on the more detailed treatise to the realization of the procedure struct- ure frame and the source code again End is the applied case example give examples.-This text surrounds the development of the electric power SCADA system exactly, aiming at the present condition of the our count ry electric power charged barbed wire net curre ntly. according to the oneself at the e-lectric power protect the profession after the electricity i n seven years of development, design and adjust to try the experience on the sc Irene from following severals carry on the treati se : Is the emergence to the system of SC- ADA and deve lopments to introduce first Carry on the introd Elucidation uction applied to present conditi on and the development of various t foregrounds erminal communication equipments agreement ( rules invite) the next in order Then is the eluci dation to the windows the bottom according to th e mfc the chivalrous distance an environment-d VC
Platform: | Size: 434176 | Author: Jawen | Hits:

[OpenGL programholsavers

Description: Holistic Screensavers Beginning to End - The Code Project - C++ - MFC-Holistic Screensavers Beginning to End-T he Code Project-C-MFC
Platform: | Size: 413696 | Author: xuroc | Hits:

[File OperateAutoSaveDoc

Description: The sample demonstrate how to save document automatically . The demo is from <<MFC anwser book>>-The sample demonstrate how to save <http://www.un.org/arabic/documents/SCCom t automatically. The demo is from
Platform: | Size: 22528 | Author: 曾晖 | Hits:

[Dialog_WindowXFontDialog_demo

Description: In one project I was involved in, we had to display font selection dialog. My Product Manager had some issues with MFC s CFontDialog. He is very focused on reducing support costs by simplifying user interface, to eliminate anything that might be confusing or misleading. OK, it is hard to argue against this goal. In case of CFontDialog, he didn t like all the controls that were unnecessary for our application. Here is what the standard CFontDialog looks like
Platform: | Size: 32768 | Author: 高修成 | Hits:

[Other Databasesdfw

Description: f your application uses MFC in a shared DLL, and your application is in a language other than the operating system s current language, you will need to copy the corresponding localized resources MFC42XXX.DLL from the Microsoft Visual C++ CD-ROM onto the system or system32 directory, and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation. For example, MFC42DEU.DLL contains resources translated to German.) If you don t do this, some of the UI elements of your application will remain in the language of the operating system.
Platform: | Size: 148480 | Author: type | Hits:

[Othernewasp20061148418404

Description: C++读取Excel AppWizard uses "TODO:" to indicate parts of the source code you should add to or customize. If your application uses MFC in a shared DLL, and your application is in a language other than the operating system s current language, you will need to copy the corresponding localized resources MFC42XXX.DLL from the Microsoft Visual C++ CD-ROM onto the system or system32 directory, and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation. For example, MFC42DEU.DLL contains resources translated to German.) If you don t do this, some of the UI elements of your application will remain in the language of the operating system.-C++ Read ExcelAppWizard uses TODO: to indicate parts of the source code youshould add to or customize.If your application uses MFC in a shared DLL, and your application is in a language other than the operating system s current language , youwill need to copy the corresponding localized resources MFC42XXX.DLLfrom the Microsoft Visual C++ CD-ROM onto the system or system32 directory, and rename it to be MFCLOC.DLL. ( XXX stands for the language abbreviation.For example , MFC42DEU.DLL contains resources translated to German.) If youdon t do this, some of the UI elements of your application will remain in thelanguage of the operating system.
Platform: | Size: 24576 | Author: | Hits:

[VC/MFCFreeLock

Description: If your application uses MFC in a shared DLL, and your application is in a language other than the operating system s current language, you will need to copy the corresponding localized resources MFC42XXX.DLL from the Microsoft Visual C++ CD-ROM onto the system or system32 directory, and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation. For example, MFC42DEU.DLL contains resources translated to German.) If you don t do this, some of the UI elements of your application will remain in the language of the operating system.-If your application uses MFC in a shared DLL, and your application is in a language other than the operating system s current language, youwill need to copy the corresponding localized resources MFC42XXX.DLLfrom the Microsoft Visual C++ CD-ROM onto the system or system32 directory, and rename it to be MFCLOC.DLL. ( XXX stands for the language abbreviation.For example, MFC42DEU.DLL contains resources translated to German.) If youdon t do this, some of the UI elements of your application will remain in thelanguage of the operating system.
Platform: | Size: 102400 | Author: | Hits:

[OS programfreelock

Description: If your application uses MFC in a shared DLL, and your application is in a language other than the operating system s current language, you will need to copy the corresponding localized resources MFC42XXX.DLL from the Microsoft Visual C++ CD-ROM onto the system or system32 directory, and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation. For example, MFC42DEU.DLL contains resources translated to German.) If you don t do this, some of the UI elements of your application will remain in the language of the operating system. -If your application uses MFC in a shared DLL, and your application is in a language other than the operating system s current language, youwill need to copy the corresponding localized resources MFC42XXX.DLLfrom the Microsoft Visual C++ CD-ROM onto the system or system32 directory, and rename it to be MFCLOC.DLL. ( XXX stands for the language abbreviation.For example, MFC42DEU.DLL contains resources translated to German.) If youdon t do this, some of the UI elements of your application will remain in thelanguage of the operating system.
Platform: | Size: 55296 | Author: mwb | Hits:

[CSharpC2DPushGraph_src

Description: Some of you may have already come to realize I have previously written and released a similar control via CodeProject. Even though the last control was written using C++ along with MFC, some readers may wonder why I would recreate the same control without branching out into uncharted territory. But the fact of the matter is: I am indeed branching out, and this isn t simply a recreation. I ve never ventured into C# before. So rather than jump the gun and start out with an ambitious project that is nothing but of a stranger to me, I have decided to stick with something I am both familiar and comfortable with: porting my C2DPushGraph control to C#. After porting the control and discovering C# wasn t much different than C++ in ideology, I quickly shifted my focus to improving the feature set and overall design of the control, all while conforming to general C# standards and ethics. -Some of you may have already come to realize I have previously written and released a similar control via CodeProject. Even though the last control was written using C++ Along with MFC, some readers may wonder why I would recreate the same control without branching out into uncharted territory. But the fact of the matter is: I am indeed branching out, and this isn t simply a recreation. I ve never ventured into C# before. So rather than jump the gun and start out with an ambitious project that is nothing but of a stranger to me, I have decided to stick with something I am both familiar and comfortable with: porting my C2DPushGraph control to C#. After porting the control and discovering C# wasn t much different than C++ in ideology, I quickly shifted my focus to improving the feature set and overall design of the control, all while conforming to general C# standards and ethics.
Platform: | Size: 21504 | Author: ggyyree | Hits:

[Windows DevelopC2DPushGraph_src

Description: Some of you may have already come to realize I have previously written and released a similar control via CodeProject. Even though the last control was written using C++ along with MFC, some readers may wonder why I would recreate the same control without branching out into uncharted territory. But the fact of the matter is: I am indeed branching out, and this isn t simply a recreation. I ve never ventured into C# before. So rather than jump the gun and start out with an ambitious project that is nothing but of a stranger to me, I have decided to stick with something I am both familiar and comfortable with: porting my C2DPushGraph control to C#. After porting the control and discovering C# wasn t much different than C++ in ideology, I quickly shifted my focus to improving the feature set and overall design of the control, all while conforming to general C# standards and ethics. -Some of you may have already come to realize I have previously written and released a similar control via CodeProject. Even though the last control was written using C++ Along with MFC, some readers may wonder why I would recreate the same control without branching out into uncharted territory. But the fact of the matter is: I am indeed branching out, and this isn t simply a recreation. I ve never ventured into C# before. So rather than jump the gun and start out with an ambitious project that is nothing but of a stranger to me, I have decided to stick with something I am both familiar and comfortable with: porting my C2DPushGraph control to C#. After porting the control and discovering C# wasn t much different than C++ in ideology, I quickly shifted my focus to improving the feature set and overall design of the control, all while conforming to general C# standards and ethics.
Platform: | Size: 6144 | Author: 赵建 | Hits:

[Crack HackDeS

Description: DES加解密算法~~~~~~~密码学课程设计-DES encryption and decryption algorithm ~~~~~~~ Cryptography Course Design
Platform: | Size: 1937408 | Author: jill | Hits:

[VC/MFCVCPlusPlus_MFC

Description: 《深入编程内幕——C++MFC专项讲解》-If your application uses MFC in a shared DLL, and your application is in a language other than the operating system s current language, you will need to copy the corresponding localized resources MFC40XXX.DLL from the Microsoft Visual C++ CD-ROM onto the system or system32 directory, and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation. For example, MFC40DEU.DLL contains resources translated to German.) If you don t do this, some of the UI elements of your application will remain in the language of the operating system.
Platform: | Size: 1096704 | Author: my name | Hits:

[OS programBitArrayApp

Description: The class CBitArray behaves like a specialization of the MFC template class CArray. A real specialization is not possible because of a missing simple data type for a bit. For maximum efficiency the bits are packed into a dynamic array of unsigned longs. You can easily modify the type of the date containing the bits (see typedef ULONG T in the declaration of CBitArray). CBitArray implements all member functions of the MFC class including the operator function [] (both for l-values and r-values). The private member functions Copylr, Copyrl, and X are derived from the same-named functions of the class bitstring written by P.J. Plauger and are published with permission of the author.
Platform: | Size: 23552 | Author: tony Lam | Hits:

[Voice Compressmmamrdmx_0.9.0.1_src

Description: MONOGRAM AMR Splitter v0.9.0.1-I’ve noticed on the Codec Guide discussion board that some people were missing an AMR parser filter so I’ve decided to write one. It follows the same concept as the musepack splitter filter so it was basically just copy & paste. In any case here it is so please take your time and test it. This time I’ve tried to compile it with static MFC linking so let’s hope the SP1 package won’t be necessary anymore. The filter is released as GNU LGPL so you can even dig in the source if you want to. Meanwhile I’ll try to get some public SVN up and running so I don’t need to bother with ZIP packages each time I update something.
Platform: | Size: 35840 | Author: 陈耀 | Hits:

[Dialog_WindowCustomWindow_demo

Description: VS2005编写,一个自绘很时尚简约的用于的窗口框架。-This article came as a result of trying to create a custom border for the MFC application. The simplest way to customize the window of an application is to bind it to a specific theme that gives it the look and feel we want. But sometimes we can t get the specific design we want and more importantly, the shape we want. So that gave the idea of removing the existing borders and title bars and making the window handle the basic actions which the borders and title bar can.
Platform: | Size: 86016 | Author: larry | Hits:

[VC/MFCDigdemo

Description: As an alternate to the migration scenario, Microsoft offers some interoperation solutions (in an interoperation scenario, you don t try to turn the MFC code into .NET automatically, you just try to ensure that they can work together):-As an alternate to the migration scenario, Microsoft offers some interoperation solutions (in an interoperation scenario, you don t try to turn the MFC code into .NET automatically, you just try to ensure that they can work together):
Platform: | Size: 201728 | Author: Cooper Chen | Hits:
« 1 2 3 4 56 7 8 »

CodeBus www.codebus.net